home *** CD-ROM | disk | FTP | other *** search
/ Windows 6-Pak - Disc 4 / Windows 6-Pak (InfoMagic) (Disc 4) (1999).ISO / Text-Chat-Scripts / pp-320m.exe / pp300 / loop-ns.bat < prev    next >
DOS Batch File  |  1997-09-19  |  347b  |  17 lines

  1. @echo off
  2. cls
  3. echo  
  4. echo  
  5. echo  
  6. echo  
  7. echo This DOS box is updating the attack detection window.
  8. echo  
  9. echo  
  10. echo If you close it, the window will no longer be updated in real time, and no
  11. echo attacks will be automatically detected.
  12. :loop
  13. netstat %5 %6 %7 %8 %9 >%2ns-temp.txt
  14. %2poke %1 command null %3
  15. %2sleep %4
  16. goto loop
  17.